home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PGetFontDrawing.h ---------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Thu, Oct 12, 1995 @ 10:11 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PGetFontDrawing__
- #define __PGetFontDrawing__
-
- class PGetFontDrawing
- {
-
- public:
-
- PGetFontDrawing();
-
- PMBool bIgnore;
- short cPresrvShape;
- };
-
- #endif
-
- // end of PGetFontDrawing.h
-